Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

only feeding the last prediction #43

Closed
wants to merge 1 commit into from
Closed

only feeding the last prediction #43

wants to merge 1 commit into from

Conversation

candlewill
Copy link
Contributor

@candlewill candlewill commented Jun 13, 2017

Only use the last frame of the r predictions as the decoder input. And reduces the decoder steps by r, T' = T//r.

In hyperparameters, adds use_last_frame to control whether use last frame or all of the predictions.

In the post processing net, decoder2 in code, residual connection in CBHG is used.

Only use the `last frame` of the r prediction as the decoder input. And reduces the decoder steps by `r`, `N = N//r`.

In hyperparameters, adds `use_last_frame` to control whether use last frame or all of the predictons.
@candlewill candlewill closed this Jun 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant